html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}
.body {
    margin: 0;
    margin-top: 0px;
    padding-left: 5%;
    margin-bottom: 0px;
    padding-right: 5%;
}
.navigationsleitse {
    padding-left: 4%;
    padding-right: 5%;
    margin-bottom: 30px;
}

.hauptnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(to right, #16151c, #ab3f3f 35%);
    height: 80px;
    color: #FFFFFF;
    z-index: 503;
    /* Höherer Z-Index für die Navigation */
}

.sslogo {
    padding-top: 11px;
    padding-right: 4px;
    padding-bottom: 8px;
    padding-left: 30px;
    height: 40px;
    z-index: 500;
}

.nav {
    display: flex;
    align-items: center;
    padding-right: 30px;
    z-index: 3;
}

.headnav {
    display: flex;
    text-align: right;
    text-decoration: none;
    margin-left: 30px;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    position: relative;
}

.dropbtn {
    text-decoration: none;
    background-color: inherit;
    margin-right: 12px;
    font-size: 16px;
    height: 80px;
    border: none;
    color: inherit;
}

.dropbtn:hover {
    font-weight: 600;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #b86c6c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #992929;
    font-weight: 600;
}

.dropdown-content a:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    font-weight: 600;
}

.headline_div {
    /* Überschfit übern Strich */
    display: inline-block;
    font-weight: bold;
    position: relative;
    margin-right: 5%;
    margin-bottom: 30px;
    padding-top: 60px;
}

.headline_div::after {
    /* Strich unter der Überschrift */
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    /* Abstand zur Schrift anpassen */
    width: 30%;
    /* Kürzer als der Text */
    height: 4px;
    /* Dicke der Linie */
    background-color: black;
    
}

.headline_news {
    text-align: center;
    font-size: 70px;
    text-decoration: underline;
    margin-top: 20px;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    color: #a1a1a1;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (min-width: 900px){
    .left_list {
    padding-left: 100px;
    margin-top: 40px;
}
    
}

.logo_footer {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 50px;
}

h5 {
    font-size: large;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 7px;
}

li {
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

.social_media {
    padding-right: 60px;
}

.footer2 {
    padding-left: 60px;
    padding-bottom: 15px;
}

.css_footer {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* Hamburger Icon */
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 32px;
    z-index: 9999;
    color: white;
}

/* Side Navigation */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f9c80e;
}

.sidenav .closebtn {
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 36px;
    cursor: pointer;
}

/* Responsive: Hide main nav, show hamburger */
@media screen and (max-width: 900px) {
    .headnav {
        display: none;
    }

    .hamburger {
        display: block;
    }
}
@media screen and (max-width: 900px){
    footer {
    background-color: #000;
    color: white;
    display: flex;
    flex-direction: column;   /* ALLES UNTEREINANDER */
    align-items: center;      /* ZENTRIERT */
    text-align: center;
    padding: 50px 20px;
}

footer div {
    margin-bottom: 30px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer h5 {
    margin-bottom: 10px;
    font-size: 18px;
}
.left_list{
    text-align: center;
}
.footer2{
    display: none;
}
}

.body3 {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

/* Desktop Standard */
.content-left {
    flex: 2;
}

.content-right {
    flex: 1;
}

/* 📱 MOBILE VERSION */
@media (max-width: 768px) {

    .body3 {
        flex-direction: column;
    }

    .content-right {
        order: -1;   /* Kommt nach oben */
    }

    .content-left {
        order: 1;
    }
}
